(C) 1996 AROS - The Amiga Replacement OS
NAME
#include <intuition/intuition.h>
#include <proto/intuition.h>
UWORD RemoveGadget()
SYNOPSIS
struct Window * window
struct Gadget * gadget
LOCATION
In IntuitionBase at offset 38
FUNCTION
Remove a gadget from the list of gadgets in a window.
INPUTS
window
Remove the gadget from this list.
gadget
Remove this gadget.
RESULT
The position of the gadget or 0xFFFF if the gadget doesn't exist or the gadget is the 65535th of the list.
NOTES
EXAMPLE
BUGS
SEE ALSO
INTERNALS
HISTORY
06.03.1997 digulla
A couple of new functions